home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Panorama.dxr / 00087_swapMemeber.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  654 b   |  17 lines

  1. on swapmember original, replace, flag
  2.   set r to the rect of sprite original
  3.   set spriteleft to the left of r
  4.   set spriteright to the right of r
  5.   set spritetop to the top of r
  6.   set spritebottom to the bottom of r
  7.   set width1 to the width of sprite original
  8.   set width2 to the width of member replace
  9.   set height1 to the height of sprite original
  10.   set height2 to the height of member replace
  11.   set the width of sprite original to width2
  12.   set the height of sprite original to height2
  13.   set the castLibNum of sprite original to the number of castLib "Room"
  14.   set the memberNum of sprite original to the number of member replace
  15.   updateStage()
  16. end
  17.